'Declaration
Public Function GetFormFieldChecked( _ ByVal FieldId As Integer _ ) As Boolean
public bool GetFormFieldChecked( int FieldId )
public function GetFormFieldChecked( FieldId: Integer ): Boolean;
public function GetFormFieldChecked( FieldId : int ) : boolean;
public: bool GetFormFieldChecked( int FieldId )
public: bool GetFormFieldChecked( int FieldId )
Parameters
- FieldId